date_get_month

返回与日期相对应的月份。

语法:

date_get_month(date);


参数 描述
date 用于检查的日期时间。


返回: Real(实数)


描述

此函数将返回给定的日期时间值中的月份。


例如:

mymonth = date_get_month(date_current_datetime());

这将会把"mymonth"设为当前月。


上一页: Date And Time
下一页: date_get_second
© Copyright YoYo Games Ltd. 2018 All Rights Reserved